home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / doc / libpam0g / README < prev    next >
Text File  |  2009-03-02  |  2KB  |  66 lines

  1.  
  2. Hello!
  3.  
  4. Thanks for downloading Linux-PAM.
  5.  
  6. NOTES:
  7.  
  8. How to use it is as follows:
  9.  
  10.       ./configure --help | less
  11.       ./configure <your-options>
  12.       make
  13.  
  14. To make sure everything was compiled correct, run:
  15.  
  16.       make check
  17.  
  18. If a test fails, you should not continue to install this build.
  19. These tests require a suitable file /etc/pam.d/other; if necessary,
  20. create such a file containing, e.g., these five lines (not indented)
  21.  
  22.     #%PAM-1.0
  23.     auth     required    pam_deny.so
  24.     account     required    pam_deny.so
  25.     password required    pam_deny.so
  26.     session     required    pam_deny.so
  27.  
  28.  
  29. Note, if you are worried - don't even think about doing the next line
  30. (most Linux distributions already support PAM out of the box, so if
  31. something goes wrong with installing the code from this version your
  32. box may stop working..)
  33.  
  34.       make install
  35.  
  36. That said, please report problems to the bug reporting database
  37. on sourceforge.net.
  38.  
  39. You can run additional checks after installing by executing
  40.  
  41.       make xtests
  42.  
  43. as root.
  44.  
  45. WARNING: Running "make xtests" can overwrite configuration data
  46. or make the system insecure/unfunctional for a short time!
  47. Backup all important data before!
  48.  
  49.  
  50. If you do not wish to make the modules dynamically loadable, but
  51. build a static libpam including all PAM modules, you have to call:
  52.  
  53.       ./configure --enable-static-modules --disable-pie
  54.  
  55. In this case you cannot use pam_unix in the PAM config files instead you
  56. have to use pam_unix_acct, pam_unix_auth, pam_unix_passwd and
  57. pam_unix_session.
  58.  
  59. To run the build checks with static modules, you need to run the
  60. following command: make -C test check && make check
  61.  
  62.  
  63. To regenerate manual pages from the XML source files you need the
  64. docbook-xsl stylesheets in version 1.69.1 or newer, older versions had
  65. a bug which generates a broken layout.
  66.